[INFO] fetching crate atd-conformance 1.1.0...
[INFO] fixing atd-conformance-1.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate atd-conformance 1.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate atd-conformance 1.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate atd-conformance 1.1.0
[INFO] tweaked toml for crates.io crate atd-conformance 1.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate atd-conformance 1.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate atd-conformance 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded atd-sdk v1.1.0
[INFO] [stderr]   Downloaded atd-protocol v1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae
[INFO] running `Command { std: "docker" "start" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking atd-protocol v1.1.0
[INFO] [stderr]     Checking atd-sdk v1.1.0
[INFO] [stderr]     Checking atd-conformance v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_ref_server` in this scope
[INFO] [stdout]   --> tests/concurrent_handshake_storm.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atd_ref_server::builtin::builtin_registry;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_ref_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_ref_server`, use `cargo add atd_ref_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_runtime`
[INFO] [stdout]   --> tests/concurrent_handshake_storm.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use atd_runtime::{AuditSink, JsonLinesAuditSink};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_server`
[INFO] [stdout]   --> tests/concurrent_handshake_storm.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use atd_server::{Server, ServerConfig};
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `atd_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_server`, use `cargo add atd_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]   --> tests/paginated_dispatch.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atd_runtime::cursor::CursorPayload;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]   --> tests/paginated_dispatch.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use atd_runtime::registry::{CallFuture, PaginatedCallFuture, PaginatedResult, Registry, Tool};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_server`
[INFO] [stdout]   --> tests/paginated_dispatch.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use atd_server::{Server, ServerConfig};
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `atd_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_server`, use `cargo add atd_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_runtime`
[INFO] [stdout]    --> tests/paginated_dispatch.rs:423:9
[INFO] [stdout]     |
[INFO] [stdout] 423 |     use atd_runtime::JsonLinesAuditSink;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atd-conformance` (test "concurrent_handshake_storm") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]   --> tests/paginated_dispatch.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |         _ctx: &'a atd_runtime::CallContext,
[INFO] [stdout]    |                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]    --> tests/paginated_dispatch.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 |         ctx: &'a atd_runtime::CallContext,
[INFO] [stdout]     |                  ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]    --> tests/paginated_dispatch.rs:444:27
[INFO] [stdout]     |
[INFO] [stdout] 444 |     let sink_arc: Arc<dyn atd_runtime::AuditSink> = Arc::new(sink);
[INFO] [stdout]     |                           ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]   --> tests/phase_l_baseline.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use atd_runtime::context::CallContext;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]   --> tests/phase_l_baseline.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use atd_runtime::registry::{CallFuture, Registry, Tool};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_middleware_fhir`
[INFO] [stdout]   --> tests/phase_l_baseline.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use atd_middleware_fhir::{FhirMiddleware, FhirMiddlewareConfig, MismatchPolicy};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_middleware_fhir`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_middleware_fhir`, use `cargo add atd_middleware_fhir` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_runtime`
[INFO] [stdout]   --> tests/phase_l_baseline.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use atd_runtime::{FileTokenBroker, FileTokenRecord};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atd_server`
[INFO] [stdout]   --> tests/phase_l_baseline.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use atd_server::{Server, ServerConfig};
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `atd_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `atd_server`, use `cargo add atd_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atd-conformance` (test "paginated_dispatch") due to 7 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `atd_runtime` in this scope
[INFO] [stdout]    --> tests/phase_l_baseline.rs:157:25
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let broker: Arc<dyn atd_runtime::TokenBroker> = Arc::new(broker);
[INFO] [stdout]     |                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `atd_runtime`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `atd_runtime`, use `cargo add atd_runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atd-conformance` (test "phase_l_baseline") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae", kill_on_drop: false }`
[INFO] [stdout] 6efa1528252877f62d1d4c5e8c2134143af7ad60c87b76fda4578ca5661696ae
